[Translation] added logging capability.#4050
[Translation] added logging capability.#4050aitboudad wants to merge 1 commit intosymfony:masterfrom
Conversation
aitboudad
commented
Jul 23, 2014
| Q | A |
|---|---|
| Doc fix? | no |
| New docs? | yes(symfony/symfony/pull/10887) |
| Applies to | 2.6+ |
| Fixed tickets | - |
book/translation.rst
Outdated
There was a problem hiding this comment.
both "Missing" and "Message" should be capitialized since they are not closed-class words
|
I think it's a bit too long for the book chapter and a bit too short in the config reference. What do you think about moving the information about the |
|
Can you add [WCM](which means Waiting Code Merge) to the pull request title? |
|
@xabbuh done :) |
book/translation.rst
Outdated
There was a problem hiding this comment.
Something like "The ability to log missing translations was introduced in Symfony 2.6" sounds better to me.
This PR was squashed before being merged into the 2.6-dev branch (closes #10887). Discussion ---------- [Translation] added LoggingTranslator. | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #3015, #2435 | License | MIT | Doc PR | symfony/symfony-docs/pull/4050 Commits ------- b7770bc [Translation] added LoggingTranslator.
book/translation.rst
Outdated
There was a problem hiding this comment.
Let's add a link to the new spot in the reference section. That way, people can see this is for debug mode only by default, but they can configure it.
1ad2378 to
0c048dd
Compare
|
Looks good to me. 👍 |
This PR was submitted for the master branch but it was merged into the 2.6 branch instead (closes #4050). Discussion ---------- [Translation] added logging capability. | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes(symfony/symfony/pull/10887) | Applies to | 2.6+ |Fixed tickets | - Commits ------- e8e50fa added logging to translator.
* 2.3: [#4050] Backporting some additions to 2.3 Missing attribute 'original' Fixes concat operator typo Incorporates @wouterj 's suggestion for more realistic usage of bang Changes operator spacing language Adds missing space before return statement Fixes spelling and formatting errors Fixes wrong bullet character Adds bullet addressing bang placement Reverses statement about bang spacing and corresponding examples [RFC] Clarification on formatting for bangs (!) remove first person as per feedback capitalize section title as per feedback instructions for setting SYMFONY_ENV on Heroku for smooth deploys Change: ConsoleTerminateListener => ErrorLoggerListener Removed parameters from service Fix typos in code